home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / database / postgres / mpsql-1.001 / mpsql-1~ / mpsql-1.0 / pixmap.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-29  |  1016 b   |  23 lines

  1. /************************************************************************/
  2. /* File   : pixmap.h                                    */
  3. /* Purpose: pixmap header for mpsql button bar                            */
  4. /* By     : Keith R. Davis                            */
  5. /* Date   : 9/9/95                                    */
  6. /* Notes  : Copyright(c) 1996 White River Software                */
  7. /************************************************************************/
  8.  
  9. #ifndef _PIXMAP_H
  10. #define _PIXMAP_H
  11.  
  12. #include "bitmaps/new.xpm"        /* new SQL file  xpm        */
  13. #include "bitmaps/open.xpm"        /* open SQL file  xpm        */
  14. #include "bitmaps/save.xpm"        /* save SQL file  xpm        */
  15. #include "bitmaps/print.xpm"        /* print SQL file  xpm        */
  16. #include "bitmaps/execute.xpm"        /* execute SQL file  xpm    */
  17. #include "bitmaps/spool.xpm"        /* spool SQL results  xpm    */
  18. #include "bitmaps/connect.xpm"        /* connect to db  xpm            */
  19. #include "bitmaps/about.xpm"            /* about box xpm                */
  20. #include "bitmaps/icon.xpm"             /* app icon xpm                 */
  21.  
  22. #endif    
  23.